pp108 : Tab Index - tabIndex

Tab Index - tabIndex

Tab Index is a design-time property that denotes the index of the tab order of the control. The corresponding runtime property is tabIndex.

Syntax

Designtime

This is a design-time property and can be set through the property sheet of the control.

Remarks

The Set Focus At Startup property of the XForm takes precedence over this property of the control.

Controls with negative tab indexes are not considered when navigating the tabs. Controls with no index and those containing duplicate records can be navigated in the order of their rendition.

Applies to

Input, Password, Textarea, Check, Select, List, Button, Frame, Navigator